home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-20 | 313 b | 14 lines | [TEXT/KAHL] |
- /*
- * Window.h
- *
- * Robert Dierkes
- */
-
- Boolean InitializeHitTesting (WindowPtr pWindow);
- void CleanupHitTesting (void);
-
- void IdleHitTestWindow (WindowPtr pWindow, EventRecord *pEvent);
- void DoHitTestContent (EventRecord *pEvent, WindowPtr pWindow);
-
- void ToggleMetricsMenuItem (short item, WindowPtr pWIndow);
-